
___________.__                                             __                 
\__    ___/|  |__   ____   _____   _______  ______________/  |_  ____ ___  ___
  |    |   |  |  \_/ __ \ /     \_/ __ \  \/ /  _ \_  __ \   __\/ __ \\  \/  /
  |    |   |   Y  \  ___/|  Y Y  \  ___/\   (  <_> )  | \/|  | \  ___/ >    < 
  |____|   |___|  /\___  >__|_|  /\___  >\_/ \____/|__|   |__|  \___  >__/\_ \
                \/     \/      \/     \/                            \/      \/


Thanks for purchasing our Defi wallet script, we will always continue to build more script to make your web developing journing more easier

VERY IMPORTANT NOTICE, WHEN TRYING TO DELETE ALL THE USERS, FIRST AND DELETE THE TRANSACTIONS MADE BY A USER, THIS NOTICE IS ONLY FOR DEVELOPER TO AVOID RUNNING INTO ERROR PAGE

*. Ensure your PHP version >= 8.2.0 OR more

* .Mysql 5.X

* . Ensure Your Hosting is compatible with the script some hosting might not work well, we are working to update to the lastest php version 8.3

Installation Process:

1. Upload and extract the Defi Wallet script files to your website public_html directory or the directory you which to run your site from (sub-directory or sub-domain) in your filemanager

2. Create your DATABASE and USER E.G. DATABASE: theme_db, USER: theme_user, PASSWORD: ******** .

3. Ensure you grant the database user all permissions.

4. Go to your phpmyadmin and upload the database.sql

5. Go back to file manager Public_html folder, open the file called .env
   update the database with the new one you created
   
   DB_CONNECTION=mysql
   DB_HOST=127.0.0.1
   DB_PORT=3306
   DB_DATABASE=theme_user   # The name of your database
   DB_USERNAME=theme_user   # The username used to connect
   DB_PASSWORD="theme_user" # The password for the database user
   
   Ensure the your Credentials are correct, 
   you will also need to scroll down and update the SMPT Email Credentials
   
   MAIL_MAILER=smtp                          # Mail driver (SMTP is the standard for email sending)
   MAIL_HOST=mail.youremail.com            # Your mail server hostname
   MAIL_PORT=587                             # Port number (587 for TLS, 465 for                                           SSL, 25 for non-encrypted)
   MAIL_USERNAME=support@youremail.com        # SMTP username (usually your full                                            email address)
   MAIL_PASSWORD=yourpassword            # SMTP password for the email account
   MAIL_ENCRYPTION=tls                       # Encryption method (tls or ssl)
   MAIL_FROM_ADDRESS="support@youremail.com"  # Default sender email address
   MAIL_FROM_NAME="${APP_NAME}"              # Default sender name (comes from APP_NAME in .env)
   
   After this changes and your unable to create account on the site, ensure to double check the smpt passwords and credentials

6. Congrats, you are done!

*** Admin Logins ***

https://siteurl.com/login

Email: admin@admin.com

Password: admin123

For added security, admins can enable 2FA (Two-Factor Authentication) to protect against unauthorized logins.

To add livechat 

For whatsapp code

{{-- Add your livechat, telegram code here  --}}

{{-- Start WhatsApp code --}}
<script type="text/javascript">
    (function () {
        var options = {
            whatsapp: "+2349166837370", // <-- Replace with your WhatsApp number
            call_to_action: "Message us",          // Call to action
            position: "left",                      // 'right' or 'left'
            pre_filled_message: "Hello, I need support about...", // Pre-filled message
        };
        var proto = document.location.protocol, 
            host = "getbutton.io", 
            url = proto + "//static." + host;

        var s = document.createElement('script'); 
        s.type = 'text/javascript'; 
        s.async = true; 
        s.src = url + '/widget-send-button/js/init.js';
        s.onload = function () { 
            WhWidgetSendButton.init(host, proto, options); 
        };

        var x = document.getElementsByTagName('script')[0]; 
        x.parentNode.insertBefore(s, x);
    })();
</script>
{{-- End WhatsApp code --}}

And for Telegram Livechat code

    <!-- Chat Widget Button -->
<a href="https://t.me/betawealthfx_3" target="_blank" rel="noopener noreferrer"
   class="fixed bottom-5 left-5 sm:bottom-6 sm:left-6 z-50 flex items-center gap-2 px-4 py-2 sm:px-5 sm:py-3 rounded-full shadow-soft bg-horizon-600 hover:bg-horizon-700 text-white text-sm sm:text-base transition-all duration-300 ease-in-out animate-fade-in">
    <i class="fas fa-comment-dots text-lg sm:text-xl"></i>
    <span class="hidden sm:inline">Chat with us</span>
</a>


Cron Job for Stacking 
add the cronjob to run once Per Minutes (******) 
you can set what you like depending what you set on the stacking
wget -O--q https://yoourdomain.com/cron/staking-fund-interest >/dev/null 2>&1



We also Recommend you to host with https://sailexhost.com, all our preminum script is compatible with there MariaDB and with there php versions



also join our WhatsApp group
https://chat.whatsapp.com/H541VFztavuDyrNIUHEk4s

